home *** CD-ROM | disk | FTP | other *** search
- Path: atlas.axiom.net!usenet
- From: Dave Nulton <dnult@axiom.net>
- Newsgroups: comp.lang.c++
- Subject: Need: arc(int x, int y, stangle r1, endangle r2) for BGI
- Date: 13 Jan 1996 14:38:28 GMT
- Organization: Axiom Communications
- Message-ID: <4d8g54$fur@atlas.axiom.net>
- NNTP-Posting-Host: node094.axiom.net
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.1N (Windows; I; 16bit)
-
- The graphics.h file included with Turbo C++ v3.0 has an arc
- function. The problem is, this function uses integer angles for
- start and end angle arguments. I need an arc function that takes
- a float for start and end angle. I am just about to the point of
- writing my own function using the putpixel function. Any
- suggestions are appreciated.
-
- -dnult
-
-